home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if rollOver(13) then
- set the member of sprite 13 to member "Fd_Bt_A/4" of castLib "elementos graficos"
- puppetSprite(13, 0)
- updateStage()
- cursor(200)
- set the soundLevel to 0
- objMovie(mdispose)
- closeXLib()
- go("panic")
- end if
- end
-
- on mouseDown
- repeat while the stillDown
- puppetSprite(13, 1)
- if rollOver(13) then
- set the member of sprite 13 to member "Fd_Bt_B/4" of castLib "elementos graficos"
- else
- set the member of sprite 13 to member "Fd_Bt_A/4" of castLib "elementos graficos"
- end if
- updateStage()
- end repeat
- end
-